home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
etc
/
kde4
/
kdm
/
Xwilling
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-10-24
|
285 b
|
10 lines
#! /bin/sh
# The output of this script is displayed in the chooser window
# (instead of "Willing to manage").
load=`uptime|sed -e 's/^.*load[^0-9]*//'`
nrusers=`who|cut -c 1-8|sort -u|wc -l|sed 's/^[ ]*//'`
s=""; [ "$nrusers" != 1 ] && s=s
echo "${nrusers} user${s}, load: ${load}"